home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / txcmd.man < prev    next >
Encoding:
Text File  |  1988-12-30  |  746 b   |  24 lines

  1. ' $Header: /a/newcmds/txcmd/RCS/txcmd.man,v 1.2 88/12/30 10:24:19 ouster Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS TXCMD cmds
  4. .BS
  5. .SH NAME
  6. txcmd \- Invoke a tx command
  7. .SH SYNOPSIS
  8. \fBtxcmd\fR \fIcommand command ...\fR
  9. .BE
  10. .SH INTRODUCTION
  11. For this command to work correctly, the standard output must connect
  12. (eventually) to a \fBtx\fR window.  \fBTxcmd\fR will output the \fIcommand\fRs
  13. to standard output, preceded by an escape character, separated by
  14. spaces, and followed by a newline character.  This will cause
  15. \fBtx\fR to process them as commands, rather than as data to be displayed.
  16. There should be no newline characters embedded in any of
  17. the \fIcommand\fRs.
  18.  
  19. .SH "SEE ALSO"
  20. tx
  21.  
  22. .SH KEYWORDS
  23. terminal emulator, typescript, window
  24.